-
Kristarella Studios
- Sydney, Australia
- www.kristarella.com
Block or Report
Block or report kristarella
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
1
<?php
23add_filter('manage_location_posts_columns' , 'add_post_columns');
4add_action( 'manage_location_posts_custom_column' , 'state_column', 10, 2 );
5 -
1
<?php
23function auto_featured_image() {
4global $post;
5if (!has_post_thumbnail($post->ID)) {
-