Changeset 2936748
- Timestamp:
- 07/10/2023 07:53:39 PM (21 months ago)
- Location:
- fcp-first-screen-css
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
fcp-first-screen-css/tags/1.5/first-screen.php
r2934080 r2936748 3 3 Plugin Name: FCP First Screen CSS 4 4 Description: Insert inline CSS to the head of the website, so the first screen renders with no jumps, which might improve the CLS web vital. Or for any other reason. 5 Version: 1.5 5 Version: 1.5.01 6 6 Requires at least: 5.8 7 7 Tested up to: 6.1 … … 302 302 303 303 if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) { return; } 304 if ( empty( $_POST[ FCP PBK_PREF.'nounce-name' ] ) || !wp_verify_nonce( $_POST[ FCPFSC_PREF.'nounce-name' ], FCPFSC_PREF.'nounce-action' ) ) { return; }304 if ( empty( $_POST[ FCPFSC_VER.'nounce-name' ] ) || !wp_verify_nonce( $_POST[ FCPFSC_PREF.'nounce-name' ], FCPFSC_PREF.'nounce-action' ) ) { return; } 305 305 //if ( !current_user_can( 'edit_post', $postID ) ) { return; } 306 306 if ( !current_user_can( 'administrator' ) ) { return; } -
fcp-first-screen-css/tags/1.5/readme.txt
r2934080 r2936748 5 5 Tested up to: 6.2 6 6 Requires PHP: 7.4 7 Stable tag: 1.5 7 Stable tag: 1.5.01 8 8 Author: Firmcatalyst, Vadim Volkov 9 9 Author URI: https://firmcatalyst.com -
fcp-first-screen-css/trunk/first-screen.php
r2934071 r2936748 3 3 Plugin Name: FCP First Screen CSS 4 4 Description: Insert inline CSS to the head of the website, so the first screen renders with no jumps, which might improve the CLS web vital. Or for any other reason. 5 Version: 1.5 5 Version: 1.5.01 6 6 Requires at least: 5.8 7 7 Tested up to: 6.1 … … 302 302 303 303 if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) { return; } 304 if ( empty( $_POST[ FCP PBK_PREF.'nounce-name' ] ) || !wp_verify_nonce( $_POST[ FCPFSC_PREF.'nounce-name' ], FCPFSC_PREF.'nounce-action' ) ) { return; }304 if ( empty( $_POST[ FCPFSC_VER.'nounce-name' ] ) || !wp_verify_nonce( $_POST[ FCPFSC_PREF.'nounce-name' ], FCPFSC_PREF.'nounce-action' ) ) { return; } 305 305 //if ( !current_user_can( 'edit_post', $postID ) ) { return; } 306 306 if ( !current_user_can( 'administrator' ) ) { return; } -
fcp-first-screen-css/trunk/readme.txt
r2934071 r2936748 5 5 Tested up to: 6.2 6 6 Requires PHP: 7.4 7 Stable tag: 1.5 7 Stable tag: 1.5.01 8 8 Author: Firmcatalyst, Vadim Volkov 9 9 Author URI: https://firmcatalyst.com
Note: See TracChangeset
for help on using the changeset viewer.