Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Passing Variables To iFrame
Alright, so an advanced question here for senior devs.
The question is this: Is it possible to pass or get access to options in a WordPress install from Vanilla?
This is very useful (and commonly done) with other platforms. For example, lets say we want to apply interoperability with options inside of WordPress.
A case study would be if we built something that allows users to change fonts, site wide, in WordPress. We have no way of changing fonts accordingly in Vanilla, unless we can pass option values in..
Make sense? Great. So what's the solution?
The question is this: Is it possible to pass or get access to options in a WordPress install from Vanilla?
This is very useful (and commonly done) with other platforms. For example, lets say we want to apply interoperability with options inside of WordPress.
A case study would be if we built something that allows users to change fonts, site wide, in WordPress. We have no way of changing fonts accordingly in Vanilla, unless we can pass option values in..
Make sense? Great. So what's the solution?
Tagged:
0
Answers
http://codex.wordpress.org/Integrating_WordPress_with_Your_Website
But it doesn't work; there are function conflicts, etc..