• Hello, How can call a function from Plugin A to Plugion B.

    Example from Plugin A, exit a file where create a class, but there use a function public function get_tic_id($post_id){.
    Now I want from Plugin B call the function.
    Example:

    function read_tic_id($post_id){
    $tic_id = get_tic_id($post_id);
    return $tic_id;
    }

    Thanks!!

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Call a function from pluginA to pluginB’ is closed to new replies.