Changeset 1914273
- Timestamp:
- 07/24/2018 04:44:45 PM (8 years ago)
- Location:
- pymseo/tags/1.1.4
- Files:
-
- 2 edited
-
includes/pagina_opciones_security.php (modified) (4 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pymseo/tags/1.1.4/includes/pagina_opciones_security.php
r1913643 r1914273 2 2 // PAGINA OPCIONES SEGURIDAD 3 3 if(!function_exists('wp_get_current_user')) { include(ABSPATH . "wp-includes/pluggable.php"); } 4 5 4 6 5 function pymseo_opciones_security(){ … … 19 18 <?php _e('Remove REST API Links','pymseo'); ?><span class="medalla baviso tmays"><?php _e('Experiment','pymseo'); ?></span></td> 20 19 </tr> 21 </table>20 </table> 22 21 <?php 23 22 } … … 26 25 add_filter( 'xmlrpc_enabled', '__return_false' ); 27 26 } 28 29 27 // REMOVE Wordpress Version 30 28 if (get_option('pymseoRemoveWordPressVersion')) { … … 57 55 add_filter( 'rest_endpoints', 'fun_pymseo_disable_rest_api_users_endpoints' ); 58 56 } 59 60 61 57 ?> -
pymseo/tags/1.1.4/readme.txt
r1913629 r1914273 14 14 15 15 == Description == 16 Utilites17 <strong>Remove Query Strings</strong>18 <strong>Disable Emojis.</strong>19 <strong>Disable embeds</strong>20 <strong>Disable XML-RPC</strong>21 <strong>Remove jQuery Migrate</strong>22 <strong>Remove WordPress Version</strong>23 <strong>Remove RSD Link</strong>24 <strong>Remove Shortlink</strong>25 <strong>Remove WordPress REST API</strong>26 <strong>Remove wlwmanifest Link</strong>27 <strong>Disable RSS Feeds</strong>28 <strong>Active Lazy Load</strong>29 <strong>Remove HTML Coments</strong>30 16 31 Experiments 32 <strong>Move sripts head to footer</strong> 33 <strong>CDN</strong>. 34 <strong>Disable page category.php</strong> 35 <strong>Disable page tag.php</strong> 36 <strong>Disable page author.php</strong> 17 18 = OPTIONS = 19 * Disable embeds 20 * Remove RSD Link 21 * Remove Shortlink 22 * Remove wlwmanifest Link 23 * Disable RSS Feeds 24 * Disable page category.php - Experiment 25 * Disable page tag.php - Experiment 26 * Disable page author.php - Experiment 27 28 29 = WPO = 30 * Disable Emojis 31 * Remove Query Strings 32 * Remove jQuery Migrate 33 * Move sripts head to footer - Experiment 34 * Active Lazy Load 35 * Remove HTML Coments 36 * CDN - Experiment 37 38 = SECURITY = 39 * Remove WordPress Version 40 * Disable XML-RPC 41 * Remove WordPress REST API 42 37 43 38 44 == Installation == … … 54 60 * Fix security tab design 55 61 * add feedback 56 57 62 == Changelog == 58 63 = 1.1.3 =
Note: See TracChangeset
for help on using the changeset viewer.