Changeset 2866428
- Timestamp:
- 02/16/2023 01:29:59 PM (3 years ago)
- Location:
- wowholic-core/trunk
- Files:
-
- 4 edited
-
includes/actions/grid.php (modified) (2 diffs)
-
includes/actions/layout.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
wowholic-core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wowholic-core/trunk/includes/actions/grid.php
r2811120 r2866428 192 192 </svg> 193 193 </button> 194 195 <?php if ( is_user_logged_in() ) { ?> 194 196 195 <div class="wowcore-grid js-wowcore-grid is-active"> 197 196 <div class="wowcore-grid_container"> … … 203 202 </div> 204 203 </div> 205 <?php } ?> 206 204 207 205 <script type="text/javascript"> 208 206 document.addEventListener('DOMContentLoaded', () => { -
wowholic-core/trunk/includes/actions/layout.php
r2811120 r2866428 5 5 */ 6 6 if ( carbon_get_theme_option( 'wowcore_enable_layout_spacing' ) ) { 7 if ( is_user_logged_in() ) { 8 add_action( 'wp_enqueue_scripts', function () { 9 wp_enqueue_script( 'spacingjs-defer', WOWCORE_PLUGIN_URL . 'assets/js/spacingjs.js', [], null, true ); 10 } ); 11 }; 7 add_action( 'wp_enqueue_scripts', function () { 8 wp_enqueue_script( 'spacingjs-defer', WOWCORE_PLUGIN_URL . 'assets/js/spacingjs.js', [], null, true ); 9 } ); 12 10 } -
wowholic-core/trunk/readme.txt
r2811120 r2866428 7 7 Requires at least: 5.6 8 8 Tested up to: 6.1 9 Stable tag: 1.0. 59 Stable tag: 1.0.6 10 10 Requires PHP: 7.0 11 11 -
wowholic-core/trunk/wowholic-core.php
r2811120 r2866428 4 4 * Plugin URI: https://github.com/Wowholic/CORE 5 5 * Description: Utility functions and options for common tasks in WordPress. 6 * Version: 1.0. 56 * Version: 1.0.6 7 7 * Author: Wowholic 8 8 * Author URI: https://wowholic.com
Note: See TracChangeset
for help on using the changeset viewer.