Test

retrieving reviews… retrieving reviews…

Cheat Sheet

Contact Us Sample AJAX Call in WordPress [code]$jx.ajax({url: ajaxurl,dataType: “json”,type: ‘POST’,data: ‘action=get-style-css&editor-id=’ + $editor_id + ‘&builder-id=’ + $builder_id + ‘&styles-tab-selector=’ + $styles_tab_selector,success: function(result) {//actions here}}); [/code] [code] add_action(‘wp_ajax_init_ts_data’, array($this, ‘ajaxInitTSData’));add_action(‘wp_ajax_nopriv_init_ts_data’, array($this, ‘ajaxInitTSData’)); [/code] [code] public function ajaxInitTSData() {$ret[‘success’] = true;print_r( json_encode($ret));exit;} [/code] retrieving reviews…

Extra Opt. For Woocommerce

This plugin contains advance options so that you can customize your woocommerce website with no need to add programming codes. This plugin is useful especially if the theme you use does not support woocommerce. If your theme is not compatible with woocommerce, there’s a tendency that the color scheme of your site will not match […]

Portfolio

Here are just few of the wordpress plugins I created. Feedback & Reviews – create as feedback forms and generate shortcodes that can be added in the front end. Entries will be stored in the database and can be viewed in the dashboard WP Bike Options – This is a wordpress/woocommerce plugin where the admin […]