I hereby claim:
- I am shameemreza on github.
- I am shameemreza (https://keybase.io/shameemreza) on keybase.
- I have a public key ASCqtB4s9zAkw88KLBhznVz8ieE6lC6udxniAw4XOZRGxQo
To claim this, I am signing this object:
RewriteEngine On | |
RewriteCond %{REQUEST_METHOD} POST | |
RewriteCond %{REQUEST_URI} .wp-comments-post\.php* | |
RewriteCond %{HTTP_REFERER} !.*yourblog.com.* [OR] | |
RewriteCond %{HTTP_USER_AGENT} ^$ | |
RewriteRule (.*) ^http://%{REMOTE_ADDR}/$ [R=301,L] |
Order allow,deny | |
Deny from 88.136.129.110 | |
Allow from all |
add_filter('comment_form_default_fields', 'remove_url'); | |
function remove_url($fields) | |
{ | |
if(isset($fields['url'])) | |
unset($fields['url']); | |
return $fields; | |
} |
I hereby claim:
To claim this, I am signing this object:
php_value upload_max_filesize 128M | |
php_value post_max_size 128M | |
php_value memory_limit 256M | |
php_value max_execution_time 300 | |
php_value max_input_time 300 |
// ================= | |
// = Max File Size = | |
// ================= | |
define( 'AI1WM_MAX_FILE_SIZE', 536870912 * 20 ); |
// Use Ionicons in WordPress | |
add_action( 'wp_enqueue_scripts', 'shameem_enqueue_ionicons' ); | |
function shameem_enqueue_ionicons() { | |
wp_enqueue_style( 'ionicons', '//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css', array(), CHILD_THEME_VERSION ); | |
} |
/* Multisite */define | |
('WP_ALLOW_MULTISITE', true); |
<?php | |
/* | |
Register Fonts | |
*/ | |
function studio_fonts_url() { | |
$font_url = ''; | |
/* | |
Translators: If there are characters in your language that are not supported | |
by chosen font(s), translate this to 'off'. Do not translate into your own language. |