Skip to content

Instantly share code, notes, and snippets.

View shoutershub's full-sized avatar
🏠
Working from home

Neon Emmanuel shoutershub

🏠
Working from home
  • Nigeria
View GitHub Profile
@shoutershub
shoutershub / yourfile.php
Last active December 7, 2017 12:04
WordPress - Add custom edit post link
<?php if(current_user_can('administrator')){ ?>
<a href="<?php bloginfo('url');?>/wp-admin/edit.php?p=<?php the_ID(); ?>">Edit Post</a>
<?php } ?>
}
@shoutershub
shoutershub / GET ALL CATEGORIES IN WOOCOMMERCE
Created January 30, 2018 11:52 — forked from OneStep21/GET ALL CATEGORIES IN WOOCOMMERCE
HOW TO GET ALL CATEGORIES , SUB-CATEGORIES AND PRODUCTS IN WOOCOMMERCE WORDPRESS PLUGIN ( This will list all the top level categories and subcategories under them hierarchically. do not use the inner query if you just want to display the top level categories. Style it as you like. )
<?php
$taxonomy = 'product_cat';
$orderby = 'name';
$show_count = 0; // 1 for yes, 0 for no
$pad_counts = 0; // 1 for yes, 0 for no
$hierarchical = 1; // 1 for yes, 0 for no
$title = '';
$empty = 0;
@shoutershub
shoutershub / nigeria-states.json
Created May 18, 2019 02:58 — forked from mofesolapaul/nigeria-states.json
List of all Nigerian states, alphabetically arranged in JSON array
[
"Abia",
"Adamawa",
"Anambra",
"Akwa Ibom",
"Bauchi",
"Bayelsa",
"Benue",
"Borno",
"Cross River",