wenpai.org/wp-content/plugins/wpblog-location/includes/const/WpBlogConst.php
2024-06-21 23:57:39 +08:00

18 lines
No EOL
410 B
PHP

<?php
if (!defined('ABSPATH')) {
exit; // Exit if accessed directly
}
/**
* WP Blog Post Const
*/
class WpBlogConst
{
const IP_ADDRESS_CITY = 'city';
const IP_ADDRESS_COUNTRY = 'country';
const IP_ADDRESS_REGION = 'region';
const WPBLOG_POST_DEFAULT_IP_CHECKER = 'local';
const WPBLOG_POST_DEFAULT_IP_ADDRESS_FORMAT = 'city';
const WPBLOG_POST_DEFAULT_FALSE = 'f/a/l/s/e';
}