![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/ligaamadora.com/wp-content/themes/newsphere/inc/hooks/ |
<?php /** * Recommended plugins * * @package Newsphere */ if ( ! function_exists( 'newsphere_recommended_plugins' ) ) : /** * Recommend plugins. * * @since 1.0.0 */ function newsphere_recommended_plugins() { $plugins = array( array( 'name' => esc_html__( 'Blockspare - Beautiful Page Building Blocks for WordPress', 'newsphere' ), 'slug' => 'blockspare', 'required' => false, ), array( 'name' => esc_html__( 'Latest Posts Block Lite', 'newsphere' ), 'slug' => 'latest-posts-block-lite', 'required' => false, ), array( 'name' => esc_html__( 'Magic Content Box Lite', 'newsphere' ), 'slug' => 'magic-content-box-lite', 'required' => false, ), array( 'name' => esc_html__( 'WP Post Author', 'newsphere' ), 'slug' => 'wp-post-author', 'required' => false, ), array( 'name' => esc_html__( 'One Click Demo Import', 'newsphere' ), 'slug' => 'one-click-demo-import', 'required' => false, ), ); tgmpa( $plugins ); } endif; add_action( 'tgmpa_register', 'newsphere_recommended_plugins' );