它实现了指针功能,这是v3.3中引入的UX更改,以帮助您在第一次遇到新功能时指出它们
你可以自己使用这个
wp-pointer
然后使用类似以下代码编写脚本:
jQuery(document).ready( function($) {
$(\'#menu-appearance\').pointer({
content: \'<h3>Edit The Appearance</h3><p>Edit the appearance of your Wordpress theme.</p>\',
position: {
edge: \'left\',
align: \'center\'
},
close: function() {
// Once the close button is hit
}
}).pointer(\'open\');
});
WP_Internal_Pointers
帮助WP Admin PHP创建WordPress本身使用的管理指针,但是,这些指针似乎不再使用。实现每个指针的函数都是空的,并且为了向后兼容而保留该类。
虽然指针仍然作为一种功能存在,但在现代WordPress核心开发中,指针已经过时了。