Changeset 683437
- Timestamp:
- 03/17/2013 10:56:01 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified aweber-params-shortcode/trunk/aweber_params.php ¶
r683432 r683437 78 78 // ------------------ 79 79 // function_aweber_params_flush_rewrites is the section that writes to .htaccess 80 function function_aweber_params_flush_rewrites() { global $wp_rewrite;81 $wp_rewrite->flush_rules();82 }80 //function function_aweber_params_flush_rewrites() { global $wp_rewrite; 81 // $wp_rewrite->flush_rules(); 82 //} 83 83 84 84 function function_aweber_params_add_rewrites( $rules ) { … … 126 126 } 127 127 add_filter('mod_rewrite_rules', 'function_aweber_params_add_rewrites'); 128 add_action('admin_init', 'function_aweber_params_add_rewrites');128 //NOT NEEDED AS WE ARE SAVING IN THE SETTINGS SUBMIT add_action('admin_init', 'function_aweber_params_add_rewrites'); 129 129
Note: See TracChangeset
for help on using the changeset viewer.