I need to display a name inside of admin_notices . class MyPlugin_Admin { public static function render_admin_notice() { echo $name . ' has been upgraded.'; } } ...
確定! 回上一頁