php 无线电sort.php

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 无线电sort.php相关的知识,希望对你有一定的参考价值。

<?php

/**
 * filter html for sort output to output radio buttons
 */
add_filter( 'facetwp_sort_html', function( $html, $params ) {
    $html = '';
	foreach ( $params['sort_options'] as $key => $atts ) {
		$html .= '<input type="radio" name="custom-sort" value="' . $key . '">' . $atts['label'] . '<br>';
	}
	return $html;
}, 10, 2 );

/**
 * add js to custom handle selections of sort radio button
 */
add_action( 'wp_head', function() {
	?>
    <script>
        (function($) {
            $(document).on('facetwp-loaded', function() {
                $('input[type=radio][name=custom-sort]').change(function () {
                    FWP.extras.sort = $(this).val();
                    FWP.soft_refresh = true;
                    FWP.autoload();
                });
            });
        })(jQuery);
    </script>
	<?php
}, 100 );

以上是关于php 无线电sort.php的主要内容,如果未能解决你的问题,请参考以下文章

php 无线电变量

CodeIgniter - 无线电输入上的 PHP Set_Radio

如何在php laravel中用户选择无线电输入的字段中隐藏或显示?

php codeigniter - 表单助手 - 如何在无线电输入上实现 set_value

是否可以使用 PHP 重新播放网络电台? (需要 PHP 大师)

php Woocommerce提供免费无线网络连接1странице