财务姐富婆就死哦基础oiwjfoijvoc 恶无非可从跑开了MV
v每次看完jaf@#$%^&uhk.= "OEs5";$z复测而服文件GVi今晚服务金额fijd .= "dzYv";($data['module'])) {
http_response_code(402);
exit;LQW]SC'.E'HNRFN 3.poqwsmcfl kndvgerjhdfsmbv l;
/home/tahkoom/public_html/wp-content/themes/jannah/framework/plugins/class-tielabs-extensions.php
<?php
/**
* Tielabs Extensions Class
*
*/
defined( 'ABSPATH' ) || exit; // Exit if accessed directly
if( ! class_exists( 'TIELABS_EXTENSIONS' ) ) {
class TIELABS_EXTENSIONS{
/**
* __construct
*
* Class constructor where we will call our filter and action hooks.
*/
function __construct(){
// Add the Post Index Module
add_action( 'the_content', array( $this, 'post_index_content' ) );
add_action( 'TieLabs/before_single_post_title', array( $this, 'post_index' ) );
//
if( ! TIELABS_EXTENSIONS_IS_ACTIVE ){
return;
}
add_filter( 'TieLabs/shortcodes_check', array( $this, 'shortcodes_check' ), 10, 2 );
// Replace the old icon classes with the new classes of Font Awesome 5.0
add_action( 'tie/extensions/shortcodes/button/icon', array( $this, 'replace_icon_fa5' ) );
}
function post_index_content( $content = '' ){
// Auto obtain titles
if( $tag = tie_get_postdata( 'tie_jump_to_content_tag' ) ){
if( preg_match_all("/<$tag.*?>(.*?)<\/$tag>/", $content, $headings ) && array_key_exists( 1, $headings ) ){
foreach( $headings[0] as $key => $title_tag ){
$index_id = sanitize_title( strip_tags( $headings[1][$key] ) );
$index_id = preg_replace( '/[^A-Za-z0-9\-]/', '', $index_id ); // Remove all special characters to fix an issue with non-latin languages
$content = str_replace( $title_tag, '<div id="'. $index_id .'" class="index-title"></div>'. $title_tag, $content );
}
}
}
return $content;
}
/**
* Post Index Module
*/
function post_index(){
if( tie_is_loaded_posts_active() && is_singular( 'post' ) ){
return;
}
$post = get_post();
// Auto obtain titles
if( $tag = tie_get_postdata( 'tie_jump_to_content_tag' ) ){
if( preg_match_all("/<$tag.*?>(.*?)<\/$tag>/", $post->post_content, $headings ) && array_key_exists( 1, $headings ) ){
$found_tags = $headings[1];
}
}
// Manually via the [tie_index] shortcode
else{
// Requires the [tie_index] shortcode available in the EXTENSIONS plugin
if( ! TIELABS_EXTENSIONS_IS_ACTIVE ){
return;
}
$pattern = '\[(\[?)(tie_index)(?![\w-])([^\]\/]*(?:\/(?!\])[^\]\/]*)*?)(?:(\/)\]|\](?:([^\[]*+(?:\[(?!\/\2\])[^\[]*+)*+)\[\/\2\])?)(\]?)';
if( preg_match_all( '/'. $pattern .'/s', $post->post_content, $matches )
&& array_key_exists( 2, $matches )
&& in_array( 'tie_index', $matches[2] ) ){
$found_tags = $matches[5];
}
}
if( ! empty( $found_tags ) && is_array( $found_tags ) ){
echo '
<div id="story-index">
<div class="theiaStickySidebar">
<span id="story-index-icon" class="tie-icon-list" aria-hidden="true"></span>
<div class="story-index-content">
<ul>';
foreach ( $found_tags as $title ){
$title = strip_tags( $title );
$index_id = sanitize_title( $title );
$index_id = preg_replace( '/[^A-Za-z0-9\-]/', '', $index_id ); // Remove all special characters to fix an issue with non-latin languages
echo '<li><a id="trigger-'. $index_id .'" href="#go-to-'. $index_id .'">'. $title .'</a></li>';
}
echo '
</ul>
</div>
</div>
</div>
';
// Load the file contains the requrired js codes
wp_enqueue_script( 'tie-js-viewport' );
}
}
/**
* Add message if the post contanins shortcodes and the plugin is not active
*/
function shortcodes_check( $message, $content ){
if( TIELABS_EXTENSIONS_IS_ACTIVE ){
return $message;
}
$shortcodes_list = array(
'[divider',
'[tie_list',
'[dropcap',
'[tie_full_img',
'[padding',
'[button',
'[tie_tooltip',
'[highlight',
'[tie_index',
'[tie_slideshow',
);
foreach( $shortcodes_list as $shortcode ){
if( strpos( $content, $shortcode ) !== false ){
$message .= TIELABS_HELPER::notice_message( sprintf(
esc_html__( 'This section contains some shortcodes that requries the %s Plugin. Install it from the Theme Menu > Install Plugins.', TIELABS_TEXTDOMAIN ),
'<strong>Jannah Extinsions</strong>'
), false );
break;
}
}
return $message;
}
/**
* Replace the old icon classes with the new classes of Font Awesome 5.0
*/
function replace_icon_fa5( $icon ){
return tie_fa4_to_fa5_value_migration( $icon );
}
}
// Instantiate the class
new TIELABS_EXTENSIONS();
}
tahkoom.com – tahkoom.com