🏠
Working from home
Pinned Loading
-
wpss-ultimate-user-management
wpss-ultimate-user-management PublicThis plugin allows efficient management of users, roles and capabilities. Create, edit and delete user permissions faster and easier.
SCSS 2
-
Convert CSV file in array
Convert CSV file in array 1<?php
2/**
3* Convert CSV file in Array
4*
5* @param string $file_csv CSV file path
-
Check if a post is new or update on ...
Check if a post is new or update on WordPress publish_post hook 1<?php
2/**
3* Check if a post is new or an update. Currently, the hooks publish_${post_type} or save_post_${post_type}
4* don't do this efficiently. The latter is problematic because if you need to perform a
5* single action, like a database entry, it happens twice. Using the $update parameter is also
-
WordPress - Make post meta column so...
WordPress - Make post meta column sortable 1<?php
2/**
3* Usage: cpt_make_sortable_column('post_type', array('coluna'));
4*
5* @param string $post_type
-
WordPress class to generate post types
WordPress class to generate post types 1<?php
2/**
3* Class WPSSCpt
4* Generate custom post types
5*/
-
Generate WordPress dummy posts with ...
Generate WordPress dummy posts with content and post thumbnail 1<?php
23/**
4* Class WPSSDummy
5*
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.