PluginProbe ʕ •ᴥ•ʔ
Gallery : FooGallery / 3.3.0
Gallery : FooGallery v3.3.0
3.3.0 3.1.31 3.1.32 3.1.34 3.1.36 3.2.0 3.2.6 trunk 1.10.3 2.0.24 2.1.34 2.2.44 2.3.3 2.4.32 3.0.6 3.1.11 3.1.12 3.1.13 3.1.20 3.1.25 3.1.26 3.1.26.1 3.1.26.2
foogallery / includes / constants.php
foogallery / includes Last commit date
abilities 1 week ago admin 1 week ago compatibility 1 week ago extensions 1 week ago foopluginbase 1 week ago public 1 week ago thumbs 1 week ago asset-manifest.php 1 week ago class-attachment-filters.php 1 week ago class-command-palette.php 1 week ago class-foogallery-animated-gif-support.php 1 week ago class-foogallery-attachment-custom-class.php 1 week ago class-foogallery-attachment-filename.php 1 week ago class-foogallery-attachment-type.php 1 week ago class-foogallery-attachment.php 1 week ago class-foogallery-cache.php 1 week ago class-foogallery-common-fields.php 1 week ago class-foogallery-crop-position.php 1 week ago class-foogallery-datasource-media_library.php 1 week ago class-foogallery-debug.php 1 week ago class-foogallery-delayed-runtime-loader.php 1 week ago class-foogallery-extensions-compatibility.php 1 week ago class-foogallery-force-https.php 1 week ago class-foogallery-lazyload.php 1 week ago class-foogallery-license-constant-handler.php 1 week ago class-foogallery-lightbox.php 1 week ago class-foogallery-no-javascript-fallback.php 1 week ago class-foogallery-paging.php 1 week ago class-foogallery-password-protect.php 1 week ago class-foogallery-sitemaps.php 1 week ago class-foogallery-widget.php 1 week ago class-foogallery.php 1 week ago class-gallery-advanced-settings.php 1 week ago class-il8n.php 1 week ago class-override-thumbnail.php 1 week ago class-posttypes.php 1 week ago class-previews.php 1 week ago class-retina.php 1 week ago class-thumbnail-dimensions.php 1 week ago class-thumbnails.php 1 week ago class-version-check.php 1 week ago constants.php 1 week ago functions.php 1 week ago gallery-management-functions.php 1 week ago includes.php 1 week ago index.php 1 week ago render-functions.php 1 week ago
constants.php
56 lines
1 <?php
2
3 if ( ! defined( 'ABSPATH' ) ) {
4 exit;
5 }
6
7 /*
8 * FooGallery constants
9 */
10
11 define( 'FOOGALLERY_CPT_GALLERY', 'foogallery' );
12 define( 'FOOGALLERY_META_SETTINGS_OLD', 'foogallery_settings' );
13 define( 'FOOGALLERY_META_SETTINGS', '_foogallery_settings' );
14 define( 'FOOGALLERY_META_CUSTOM_CSS', 'foogallery_custom_css' );
15 define( 'FOOGALLERY_META_ATTACHMENTS', 'foogallery_attachments' );
16 define( 'FOOGALLERY_META_TEMPLATE', 'foogallery_template' );
17 define( 'FOOGALLERY_META_SORT', 'foogallery_sort' );
18 define( 'FOOGALLERY_META_DATASOURCE', 'foogallery_datasource' );
19 define( 'FOOGALLERY_META_DATASOURCE_VALUE', '_foogallery_datasource_value' );
20 define( 'FOOGALLERY_META_DATASOURCE_CACHED_ATTACHMENTS', '_foogallery_datasource_cached_attachments' );
21 define( 'FOOGALLERY_META_POST_USAGE', '_foogallery' );
22 define( 'FOOGALLERY_META_POST_USAGE_CSS', '_foogallery_css' );
23 define( 'FOOGALLERY_META_RETINA', 'foogallery_retina' );
24 define( 'FOOGALLERY_META_CACHE', 'foogallery_cache' );
25 define( 'FOOGALLERY_META_THUMB_DIMENSIONS', 'foogallery_thumb_dimensions' );
26 define( 'FOOGALLERY_META_FORCE_ORIGINAL_THUMBS', 'foogallery_force_original_thumbs' );
27 define( 'FOOGALLERY_META_BLUEPRINT_ENABLED', '_foogallery_master_enabled' );
28 define( 'FOOGALLERY_META_BLUEPRINT_SET', '_foogallery_master_set' );
29 define( 'FOOGALLERY_META_NOTICE', '_foogallery_notice' );
30
31 define( 'FOOGALLERY_ADMIN_MENU_PARENT_SLUG', 'edit.php?post_type=foogallery' );
32 define( 'FOOGALLERY_FOOBOX_PRO_EXTENSION_SLUG', 'foobox' );
33 define( 'FOOGALLERY_FOOBOX_FREE_EXTENSION_SLUG', 'foobox-image-lightbox' );
34 define( 'FOOGALLERY_ACTIVATION_REDIRECT_TRANSIENT_KEY', '_foogallery_activation_redirect' );
35
36 define( 'FOOGALLERY_OPTION_VERSION', 'foogallery-version' );
37 define( 'FOOGALLERY_OPTION_THUMB_TEST', 'foogallery-thumb-test' );
38 define( 'FOOGALLERY_OPTION_CUSTOM_ASSETS', 'foogallery-custom-assets' );
39 define( 'FOOGALLERY_OPTION_DEMO_CONTENT_ATTACHMENTS', 'foogallery_demo_content_attachments' );
40 define( 'FOOGALLERY_OPTION_DEMO_CONTENT_GALLERIES', 'foogallery_demo_content_galleries' );
41 define( 'FOOGALLERY_OPTION_CUSTOM_CSS', 'foogallery-custom-css-update' );
42
43 define( 'FOOGALLERY_ADMIN_MENU_HELP_SLUG', 'foogallery-help' );
44 define( 'FOOGALLERY_ADMIN_MENU_SETTINGS_SLUG', 'foogallery-settings' );
45 define( 'FOOGALLERY_ADMIN_MENU_FEATURES_SLUG', 'foogallery-features' );
46 define( 'FOOGALLERY_ADMIN_MENU_SYSTEMINFO_SLUG', 'foogallery-systeminfo' );
47 define( 'FOOGALLERY_ADMIN_MENU_PRICING_SLUG', 'foogallery-pricing' );
48 define( 'FOOGALLERY_ADMIN_MENU_ADDON_SLUG', 'foogallery-addons' );
49
50 define( 'FOOGALLERY_ATTACHMENT_TAXONOMY_TAG', 'foogallery_attachment_tag' );
51 define( 'FOOGALLERY_ATTACHMENT_TAXONOMY_CATEGORY', 'foogallery_attachment_category' );
52
53 define( 'FOOGALLERY_PRO_PLAN_STARTER', 'prostarter' );
54 define( 'FOOGALLERY_PRO_PLAN_EXPERT', 'pro' );
55 define( 'FOOGALLERY_PRO_PLAN_COMMERCE', 'commerce' );
56