Tag Archives: plugin

Active Wordfence Security Premium 2024

Wordfence Security là một plugin bảo mật phổ biến cho WordPress. Nó cung cấp nhiều tính năng để bảo vệ trang web của bạn khỏi các mối nguy hiểm. Nếu bạn nâng cấp từ Wordfence Security Free lên Wordfence Premium thì sẽ có thêm các tính năng bảo mật nâng cao. Một số công dụng […]

Ẩn plugin wordpress

function arrowtran_admin_menus() { remove_menu_page( ‘themes.php’ ); remove_menu_page( ‘plugins.php’ ); remove_menu_page( ‘tools.php’ ); remove_menu_page( ‘options-general.php’ ); remove_menu_page( ‘wpcf7’ ); remove_menu_page( ‘wpseo_dashboard’ ); } add_action( ‘admin_menu’, ‘arrowtran_admin_menus’ );