hether or not we should prevent the date from being modified. * * @since 4.5.2 * * @param int $postId The Post ID. * @return bool Whether or not we should prevent the date from being modified. */ public function limitModifiedDate( $postId ) { // phpcs:disable VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable return false; } /** * Returns the processed page builder content. * * @since 4.5.2 * * @param int $postId The post id. * @param string $content The raw content. * @return string The processed content. */ public function processContent( $postId, $content = '' ) { if ( empty( $content ) ) { $post = get_post( $postId ); if ( is_a( $post, 'WP_Post' ) ) { $content = $post->post_content; } } if ( aioseo()->helpers->isAjaxCronRestRequest() ) { return apply_filters( 'the_content', $content ); } return $content; } }
Fatal error: Uncaught Error: Class "AIOSEO\Plugin\Common\Standalone\PageBuilders\Base" not found in /htdocs/wp-content/plugins/all-in-one-seo-pack/app/Common/Standalone/PageBuilders/Elementor.php:17 Stack trace: #0 /htdocs/wp-content/plugins/all-in-one-seo-pack/vendor/composer/ClassLoader.php(576): include() #1 /htdocs/wp-content/plugins/all-in-one-seo-pack/vendor/composer/ClassLoader.php(427): Composer\Autoload\{closure}('/htdocs/wp-cont...') #2 /htdocs/wp-content/plugins/all-in-one-seo-pack/app/Common/Standalone/Standalone.php(106): Composer\Autoload\ClassLoader->loadClass('AIOSEO\\Plugin\\C...') #3 /htdocs/wp-content/plugins/all-in-one-seo-pack/app/AIOSEO.php(316): AIOSEO\Plugin\Common\Standalone\Standalone->__construct() #4 /htdocs/wp-content/plugins/all-in-one-seo-pack/app/AIOSEO.php(97): AIOSEO\Plugin\AIOSEO->load() #5 /htdocs/wp-content/plugins/all-in-one-seo-pack/app/AIOSEO.php(76): AIOSEO\Plugin\AIOSEO->init() #6 /htdocs/wp-content/plugins/all-in-one-seo-pack/app/AIOSEO.php(414): AIOSEO\Plugin\AIOSEO::instance() #7 /htdocs/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php(96): aioseo() #8 /htdocs/wp-settings.php(526): include_once('/htdocs/wp-cont...') #9 /htdocs/wp-config.php(85): require_once('/htdocs/wp-sett...') #10 /htdocs/wp-load.php(50): require_once('/htdocs/wp-conf...') #11 /htdocs/wp-blog-header.php(13): require_once('/htdocs/wp-load...') #12 /htdocs/index.php(17): require('/htdocs/wp-blog...') #13 {main} thrown in /htdocs/wp-content/plugins/all-in-one-seo-pack/app/Common/Standalone/PageBuilders/Elementor.php on line 17