add_action( 'wp_ajax_my_php_ajax_function', array( $this, 'my_class_method' ) );. Whatever the callback echoes out will be received client side as data , ...
確定! 回上一頁