You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@1mahdimf
please push your pull request with example.
check __callStatic() with phpStorm software because we want to show all models reference in IDE.
Thanks
سلام، میشه بجای فراخوانی
echo \WP_User_Mobile::instance()->Admin->method_name();
از __call و __callStatic استفاده کرد تا این شکلی فراخوانی بشه
echo (new WP_User_Mobile)->Admin()->method_name();
یا
echo \WP_User_Mobile::Admin()->method_name();
هم چنین امکان استفاده از فریمورک رو هم در قالب داشته باشیم. (البته الان میشه ولی مثل پلاگین براش بخشی اختصاص داده بشه)
The text was updated successfully, but these errors were encountered: