Server IP : 192.64.118.117 / Your IP : 18.221.176.186 Web Server : LiteSpeed System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : thecgapy ( 1160) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/thecgapy/mcprintingandpromotions.com/wp-content/plugins/the-post-grid/ |
Upload File : |
<?php /** * Plugin Name: The Post Grid * Plugin URI: https://www.radiustheme.com/downloads/the-post-grid-pro-for-wordpress/ * Description: Fast & Easy way to display WordPress post in Grid, List & Isotope view ( filter by category, tag, author..) without a single line of coding. * Author: Post Grid Team by RadiusTheme * Version: 7.7.19 * Text Domain: the-post-grid * Domain Path: /languages * Author URI: https://radiustheme.com/ * * @package RT_TPG */ // Do not allow directly accessing this file. if ( ! defined( 'ABSPATH' ) ) { exit( 'This script cannot be accessed directly.' ); } define( 'RT_THE_POST_GRID_VERSION', '7.7.19' ); define( 'RT_THE_POST_GRID_AUTHOR', 'RadiusTheme' ); define( 'RT_THE_POST_GRID_NAME', 'The Post Grid' ); define( 'RT_THE_POST_GRID_PLUGIN_FILE', __FILE__ ); define( 'RT_THE_POST_GRID_PLUGIN_PATH', __DIR__ ); define( 'RT_THE_POST_GRID_PLUGIN_ACTIVE_FILE_NAME', plugin_basename( __FILE__ ) ); define( 'RT_THE_POST_GRID_PLUGIN_URL', plugins_url( '', __FILE__ ) ); define( 'RT_THE_POST_GRID_PLUGIN_SLUG', basename( __DIR__ ) ); define( 'RT_THE_POST_GRID_LANGUAGE_PATH', dirname( plugin_basename( __FILE__ ) ) . '/languages' ); if ( ! class_exists( 'rtTPG' ) ) { require_once 'app/RtTpg.php'; }