File manager - Edit - /home/kamsoftco/public_html/wpadmin.shreemarathecaterers.com/wp-content/plugins/wp-graphql/constants.php
Back
<?php /** * Sets up constants for use throughout the plugin and by other extending plugins. * * This is in its own file so that it can be used via the autoloaded classes, but also * can be pulled in when composer dependencies have not been installed. * * @return void */ function graphql_setup_constants() { // Whether to autoload the files or not. // This must be defined here and not within the WPGraphQL.php because this constant // determines whether to autoload classes or not if ( ! defined( 'WPGRAPHQL_AUTOLOAD' ) ) { define( 'WPGRAPHQL_AUTOLOAD', true ); } // Plugin version. if ( ! defined( 'WPGRAPHQL_VERSION' ) ) { define( 'WPGRAPHQL_VERSION', '1.29.2' ); } // Plugin Folder Path. if ( ! defined( 'WPGRAPHQL_PLUGIN_DIR' ) ) { define( 'WPGRAPHQL_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); } // Plugin Root File. if ( ! defined( 'WPGRAPHQL_PLUGIN_FILE' ) ) { define( 'WPGRAPHQL_PLUGIN_FILE', WPGRAPHQL_PLUGIN_DIR . '/wp-graphql.php' ); } // The minimum version of PHP this plugin requires to work properly if ( ! defined( 'GRAPHQL_MIN_PHP_VERSION' ) ) { define( 'GRAPHQL_MIN_PHP_VERSION', '7.1' ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0.2 |
proxy
|
phpinfo
|
Settings