parse variable through add_action
-
Hi…
I’m trying to make a plugin but I’m stuck.
When initializing the plugin like so:
add_action('plugins_loaded', 'myInitFunction');
I want to parse a variable through the ‘myInitFunction’. S o basicly is has to do this:
myInitFunction($sSomeString);
I did search this forum and googled and stuff… maybe I was searching wrong or maybe it’s just not possible.
gr…
Sjeiti
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘parse variable through add_action’ is closed to new replies.