Tagged Questions
1
vote
2answers
327 views
Conditionally loading Facebook PHP SDK in shortcode
Since 3.3 we can enqueue scripts conditionally right in our shortcode functions, but when I tried to do this with some PHP class (uses session_start() in the __construct() function) as you can guess ...
-1
votes
1answer
423 views
Changing the title tag from a shortcode
I currently have a shortcode which dynamically swaps out locations on a page to make each page specific to a location.
For example the url
http://mywebsite.com/offers/scotland/
Would make the H1 ...