Ok,but is posible call pluginA_Classtest.
Example: In PluginB.
Put this
function testfunction($post_id){
$testvar = new pluginA_Classtest::getinit();
$testvar2 = $testvar->get_tic_id($post_id);
return $testvar2;
};
because, is not possible put this
$var = do_action(‘plugin_loader’,’function_name’, ,1,$post_id);
-
This reply was modified 5 years, 9 months ago by elizondo82.