Need to refer to an include
-
Hi,
Very interesting plugin, but I need to write PHP code, with references to an include file. How can I do that ?
Explanation : I want to create several shortcodes, which will have their function calls like that :
function handle_shortcode ( $atts, $content = null ) {
myobject = new MyObject();
myobject.echoing($atts,$content);
}and myObject class being the same from shortcode to shortcode; and myObject being defined in an other PHP file…
How is it possible ?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Need to refer to an include’ is closed to new replies.