Pinned Loading
-
Automattic/jetpack
Automattic/jetpack PublicSecurity, performance, marketing, and design tools — Jetpack is made by WordPress experts to make WP sites safer and faster, and help you grow your traffic.
-
Automattic/wp-super-cache
Automattic/wp-super-cache Public[READ ONLY] WP Super Cache: A fast caching engine for WordPress. This repository is a mirror, for issue tracking and development head to: https://github.com/automattic/jetpack
-
WordPress-OpenGraph-Meta
WordPress-OpenGraph-Meta PublicThis plugin will add the necessary Open Graph Meta Tags for description, title, thumbnail, etc.
PHP 2
-
Add Publicize support to an existing...
Add Publicize support to an existing CPT 1add_action('init', 'rsc_custom_init');
2function rsc_custom_init() {
3add_post_type_support( 'your-custom-post-type-name', 'publicize' );
4}
-
Add Publicize support to Portfolio CPT
Add Publicize support to Portfolio CPT 1function jpme_custom_init() {
2add_post_type_support( 'portfolio', 'publicize' );
3}
4add_action('init', 'jpme_custom_init');
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.