• Hi,
    I am writting a plugin which extends XMLRPC methods. This plugin requires a class from another plugin located in : plugins/polylang/include/admin-base.php

    Does anybody know how to include this class in my plugin ?
    I tried :
    require_once( ABSPATH.'wp-content/plugins/polylang/include/admin-base.php');

    The following error is throwed :
    -32700:parse error. not well formedNULL

    Greetings,
    ben

  • The topic ‘How to include a class from a plugin in my own plugin ?’ is closed to new replies.