create_admin_page(); } public static function all_addons() { $all_addons = array( 'ultp_category' => array( 'name' => __( 'Category', 'ultimate-post' ), 'desc' => __( 'Choose your desired color and Image for categories or any taxonomy.', 'ultimate-post' ), 'img' => ULTP_URL.'/assets/img/addons/category-style.svg', 'is_pro' => true, 'docs' => 'https://docs.wpxpo.com/docs/postx/', 'live' => 'https://www.wpxpo.com/postx/addons/category/' ), 'ultp_builder' => array( 'name' => __( 'Dynamic Site Builder', 'ultimate-post' ), 'desc' => __( 'Create dynamic websites using the PostX instead of old-school page builders.', 'ultimate-post' ), 'img' => ULTP_URL.'/assets/img/addons/builder-icon.svg', 'is_pro' => true, 'docs' => 'https://docs.wpxpo.com/docs/postx/add-on/archive-builder/', 'live' => 'https://www.wpxpo.com/postx/addons/builder/' ), 'ultp_progressbar' => array( 'name' => __( 'Progressbar', 'ultimate-post' ), 'desc' => __( 'Let the users see a graphical indicator to know the reading progress of a blog post.', 'ultimate-post' ), 'img' => ULTP_URL.'/assets/img/addons/progressbar.svg', 'is_pro' => true, 'docs' => 'https://docs.wpxpo.com/docs/postx/add-on/progress-bar/', 'live' => 'https://www.wpxpo.com/postx/progress-bar/' ), 'ultp_yoast' => array( 'name' => __( 'Yoast Meta', 'ultimate-post' ), 'desc' => __( 'Show Yoast meta description in the excerpt.', 'ultimate-post' ), 'img' => ULTP_URL.'/assets/img/addons/yoast.svg', 'is_pro' => true, 'docs' => 'https://docs.wpxpo.com/docs/postx/add-on/seo-meta/', 'live' => 'https://www.wpxpo.com/postx/addons/yoast/', 'required' => array( 'name' => 'Yoast', 'slug' => 'wordpress-seo/wp-seo.php' ) ), 'ultp_aioseo' => array( 'name' => __( 'All in One SEO Meta', 'ultimate-post' ), 'desc' => __( 'Show All in One SEO meta description in the excerpt.', 'ultimate-post' ), 'img' => ULTP_URL.'/assets/img/addons/aioseo.svg', 'is_pro' => true, 'docs' => 'https://docs.wpxpo.com/docs/postx/add-on/seo-meta/', 'live' => 'https://www.wpxpo.com/postx/addons/all-in-one-seo-meta/', 'required' => array( 'name' => 'All in One SEO', 'slug' => 'all-in-one-seo-pack/all_in_one_seo_pack.php' ) ), 'ultp_rankmath' => array( 'name' => __( 'RankMath Meta', 'ultimate-post' ), 'desc' => __( 'Show RankMath meta description in the excerpt.', 'ultimate-post' ), 'img' => ULTP_URL.'/assets/img/addons/rankmath.svg', 'is_pro' => true, 'docs' => 'https://docs.wpxpo.com/docs/postx/add-on/seo-meta/', 'live' => 'https://www.wpxpo.com/postx/addons/rankmath/', 'required' => array( 'name' => 'RankMath', 'slug' => 'seo-by-rank-math/rank-math.php' ) ), 'ultp_seopress' => array( 'name' => __( 'SEOPress Meta', 'ultimate-post' ), 'desc' => __( 'Show SEOPress meta description in the excerpt.', 'ultimate-post' ), 'img' => ULTP_URL.'/assets/img/addons/seopress.svg', 'is_pro' => true, 'docs' => 'https://docs.wpxpo.com/docs/postx/add-on/seo-meta/', 'live' => 'https://www.wpxpo.com/postx/addons/seopress/', 'required' => array( 'name' => 'SEOPress', 'slug' => 'wp-seopress/seopress.php' ) ), 'ultp_squirrly' => array( 'name' => __( 'Squirrly Meta', 'ultimate-post' ), 'desc' => __( 'Show Squirrly meta description in the excerpt.', 'ultimate-post' ), 'img' => ULTP_URL.'/assets/img/addons/squirrly.svg', 'is_pro' => true, 'docs' => 'https://docs.wpxpo.com/docs/postx/add-on/seo-meta/', 'live' => 'https://www.wpxpo.com/postx/addons/squirrly/', 'required' => array( 'name' => 'Squirrly', 'slug' => 'squirrly-seo/squirrly.php' ), ), ); return apply_filters('ultp_addons_config', $all_addons); } /** * Settings page output */ public function create_admin_page() { ?>