.grecaptcha-badge { visibility: hidden !important; }
Showing 5 lines of 6 total lines in this snippet.
.grecaptcha-badge { visibility: hidden !important; }
Showing 5 lines of 6 total lines in this snippet.
php -q /home/user/file.php --foo=bar
Showing 1 lines of 14 total lines in this snippet.
function my_sidebar() { register_sidebar( array ( 'name' => __( 'Custom', 'theme-domain' ), 'id' => 'my-sidebar', 'description' => __( 'My Sidebar', 'theme-domain' ), 'before_widget' => '<div class="widget-content">', 'after_widget' => "</div>", 'before_title' => '<h3 class="widget-title">', 'after_title' => '</h3>', ) ); } add_action( 'widgets_init', 'my_sidebar' );
Showing 14 lines of 22 total lines in this snippet.
<Files xmlrpc.php> <IfModule !mod_authz_core.c> order deny,allow deny from all allow from <IP ADDRESS> </IfModule> <IfModule mod_authz_core.c> Require ip <IP ADDRESS> <IP ADDRESS> </IfModule> </Files>
Showing 10 lines of 16 total lines in this snippet.
wget --quiet -O /dev/null https://www.website.com/wp-cron.php
Showing 1 lines of 2 total lines in this snippet.
INSERT INTO wp_postmeta (post_id,meta_key,meta_value) VALUES ({POST_ID},'_yoast_wpseo_meta-robots-noindex',1);
Showing 1 lines of 2 total lines in this snippet.
User-agent: * Disallow: /
Showing 2 lines of 3 total lines in this snippet.
Header set Strict-Transport-Security "max-age=31536000" env=HTTPS
Showing 1 lines of 5 total lines in this snippet.
<?php global $_wp_additional_image_sizes; var_dump( $_wp_additional_image_sizes ); ?>
Showing 4 lines of 47 total lines in this snippet.
sudo find /directory/ -iname \*.tar.gz
Showing 1 lines of 2 total lines in this snippet.