芝麻web文件管理V1.00
编辑当前文件:/home/disqkgca/aqanet.org/wp-content/plugins/tlp-team/app/Controllers/Frontend/Template.php
post_type ) { $file = 'single-team.php'; $templates = [ $file, 'tlp-team/' . $file, ]; if ( ! $template = locate_template( $templates ) ) { $template = rttlp_team()->templates_path() . $file; } } return $template; } public function load_templatesctipt() { if ( get_post_type() == rttlp_team()->post_type || is_post_type_archive( rttlp_team()->post_type ) ) { wp_enqueue_style( [ 'tlp-fontawsome', 'tlp-swiper', 'rt-tpg-css', ] ); wp_enqueue_script( [ 'jquery', 'rt-tooltip', 'tlp-image-load-js', 'tlp-swiper', 'tlp-team-js', ] ); $nonce = wp_create_nonce( Fns::nonceText() ); $ajaxurl = ''; if ( in_array( 'sitepress-multilingual-cms/sitepress.php', get_option( 'active_plugins' ) ) ) { $ajaxurl .= admin_url( 'admin-ajax.php?lang=' . ICL_LANGUAGE_CODE ); } else { $ajaxurl .= admin_url( 'admin-ajax.php' ); } wp_localize_script( 'tlp-team-js', 'ttp', [ 'ajaxurl' => $ajaxurl, 'nonceID' => Fns::nonceID(), 'nonce' => $nonce, 'lan' => Options::lan(), ] ); } } }