PluginProbe ʕ •ᴥ•ʔ
Rank Math SEO – AI SEO Tools to Dominate SEO Rankings / 1.0.239
Rank Math SEO – AI SEO Tools to Dominate SEO Rankings v1.0.239
1.0.272 1.0.271 1.0.271.1 1.0.270 1.0.269 trunk 1.0.216 1.0.217 1.0.218 1.0.219 1.0.220 1.0.221 1.0.222 1.0.223 1.0.224 1.0.225 1.0.226 1.0.227 1.0.227.1 1.0.228 1.0.229 1.0.230 1.0.231 1.0.232 1.0.233 1.0.234 1.0.234.1 1.0.235 1.0.236 1.0.237 1.0.238 1.0.239 1.0.240 1.0.241 1.0.242 1.0.243 1.0.244 1.0.245 1.0.246 1.0.247 1.0.248 1.0.249 1.0.250 1.0.251 1.0.251.1 1.0.252 1.0.252.1 1.0.253 1.0.254 1.0.255 1.0.256 1.0.257 1.0.258 1.0.259 1.0.259.1 1.0.260 1.0.261 1.0.262 1.0.263 1.0.264 1.0.264.1 1.0.265 1.0.266 1.0.266.1 1.0.267 1.0.268
seo-by-rank-math / vendor / mythemeshop / wordpress-helpers / wordpress-helpers.php
seo-by-rank-math / vendor / mythemeshop / wordpress-helpers Last commit date
src 2 years ago vendor 2 years ago LICENSE.txt 2 years ago wordpress-helpers.php 2 years ago
wordpress-helpers.php
29 lines
1 <?php
2 /**
3 * WordPress Helpers
4 *
5 * @package MyThemeShop\Helpers
6 * @copyright Copyright (C) 2018, MyThemeShop - info@mythemeshop.com
7 * @link http://mythemeshop.com
8 * @since 1.0.0
9 *
10 * @wordpress-plugin
11 * Plugin Name: WordPress Helpers
12 * Version: 1.1.22
13 * Plugin URI: http://mythemeshop.com/wordpress-helpers/
14 * Description: Collection of utilities required during development of a plugin or theme for WordPress. Built for developers by developers.
15 * Author: MyThemeShop
16 * Author URI: http://mythemeshop.com/
17 * License: GPL-2.0+
18 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
19 * Requires at least: 5.0
20 * Tested up to: 5.7
21 */
22
23 defined( 'ABSPATH' ) || exit;
24
25 /**
26 * Class Autoloading.
27 */
28 include dirname( __FILE__ ) . '/vendor/autoload.php';
29