__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/**
* Adds functionality for Related Posts controls in Customizer.
*/
( function ( api ) {
'use strict';
api( 'jetpack_relatedposts[show_headline]', function ( showHeadlineSetting ) {
var setupHeadlineControl = function ( headlineControl ) {
var setActiveState, isDisplayed;
isDisplayed = function () {
return showHeadlineSetting.findControls()[ 0 ].active.get() && showHeadlineSetting.get();
};
setActiveState = function () {
headlineControl.active.set( isDisplayed() );
};
headlineControl.active.validate = isDisplayed;
setActiveState();
showHeadlineSetting.bind( setActiveState );
};
api.control( 'jetpack_relatedposts[headline]', setupHeadlineControl );
} );
} )( wp.customize );
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| rtl | Folder | 0755 |
|
|
| class.related-posts-customize.php | File | 9.01 KB | 0644 |
|
| jetpack-related-posts.php | File | 67.76 KB | 0644 |
|
| readme.md | File | 1.38 KB | 0644 |
|
| related-posts-customizer.js | File | 734 B | 0644 |
|
| related-posts-rtl.css | File | 5.9 KB | 0644 |
|
| related-posts.css | File | 7.27 KB | 0644 |
|
| related-posts.js | File | 10.22 KB | 0644 |
|