* @param int|false $group Not used. * @return bool False. */ public function do_item( $provider_id, $group = false ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable _deprecated_function( __METHOD__, 'Gutenberg 16.3.0' ); return false; } /** * Converts the font family and its variations into theme.json structural format. * * @since X.X.X * @deprecated 16.3.0 Convert is not supported. * * @return array Empty array. */ public function to_theme_json() { _deprecated_function( __METHOD__, 'Gutenberg 16.3.0' ); return array(); } } } * it will redirect to the standalone plugin settings page. * Otherwise, it will redirect to the Jetpack settings page. * * @return string */ public static function get_manage_url() { if ( static::is_standalone_plugin_active() ) { return admin_url( 'admin.php?page=jetpack-social' ); } return admin_url( 'admin.php?page=jetpack#/settings?term=publicize' ); } }
Fatal error: Uncaught Error: Class "Automattic\Jetpack\My_Jetpack\Products\Social" not found in /htdocs/wp-content/plugins/jetpack-boost/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php:353 Stack trace: #0 /htdocs/wp-content/plugins/jetpack-boost/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php(87): Automattic\Jetpack\My_Jetpack\Products::extend_plugins_action_links() #1 /htdocs/wp-content/plugins/jetpack-boost/app/class-jetpack-boost.php(129): Automattic\Jetpack\My_Jetpack\Initializer::init() #2 /htdocs/wp-content/plugins/jetpack-boost/jetpack-boost.php(165): Automattic\Jetpack_Boost\Jetpack_Boost->__construct() #3 /htdocs/wp-includes/class-wp-hook.php(324): Automattic\Jetpack_Boost\run_jetpack_boost('') #4 /htdocs/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #5 /htdocs/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #6 /htdocs/wp-settings.php(559): do_action('plugins_loaded') #7 /htdocs/wp-config.php(99): require_once('/htdocs/wp-sett...') #8 /htdocs/wp-load.php(50): require_once('/htdocs/wp-conf...') #9 /htdocs/wp-blog-header.php(13): require_once('/htdocs/wp-load...') #10 /htdocs/index.php(17): require('/htdocs/wp-blog...') #11 {main} thrown in /htdocs/wp-content/plugins/jetpack-boost/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php on line 353