This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Plugin Name: WordPress to Buffer Pro: Set Link Preview URL from ACF Field | |
| * Plugin URI: http://www.wpzinc.com/ | |
| * Version: 0.0.1 | |
| * Author: WP Zinc | |
| * Author URI: http://www.wpzinc.com | |
| * Description: Define a non-WordPress Post URL from an ACF Field to be used as the Link Preview URL | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Plugin Name: Kit: Disable `append_form_to_content` on Front Page | |
| * Version: 0.0.1 | |
| * Author: Kit | |
| * Description: Disables the `append_form_to_content` on the Front Page | |
| */ | |
| add_action( 'wp', function() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Disable `_load_textdomain_just_in_time` `doing_it_wrong` notice | |
| * | |
| * @package ConvertKit | |
| * @author ConvertKit | |
| * | |
| * @wordpress-plugin | |
| * Plugin Name: Disable `_load_textdomain_just_in_time` `doing_it_wrong` notice | |
| * Plugin URI: https://www.wpzinc.com/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Plugin Name: Kit: Exclude Post Type from Forms | |
| * Version: 0.0.1 | |
| * Author: Kit | |
| * Description: Exclude a Post Type from having Forms appended | |
| */ | |
| add_action( 'convertkit_get_supported_post_types', function( $post_types ) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Plugin Name: Gravity Forms: Move Progress Bar to Bottom of Form | |
| * Plugin URI: http://www.n7studios.co.uk | |
| * Version: 1.0.0 | |
| * Author: n7 Studios | |
| * Author URI: http://www.n7studios.co.uk | |
| * Description: Moves the progress bar from the top to the bottom of the Gravity Form. The Start Paging section of the form MUST have a CSS class = progress-bar-bottom | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Plugin Name: Advanced Custom Fields: Gutenberg Blocks | |
| * Plugin URI: https://www.n7studios.co.uk | |
| * Version: 1.0.0 | |
| * Author: n7 Studios | |
| * Author URI: https://www.n7studios.co.uk | |
| * Description: Example code to register Advanced Custom Field Groups as Blocks. Requires ACF 5.8+ | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * If the aria-label argument has been specified in a wp_dropdown_categories() call, | |
| * output the aria-label option in the <select> | |
| * | |
| * @since 1.0.0 | |
| * | |
| * @param string $output HTML Output | |
| * @param array $arguments wp_dropdown_category() arguments | |
| * @return string Modified HTML Output |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Plugin Name: WP to Buffer Pro: Custom Image for Status | |
| * Plugin URI: http://www.wpzinc.com/ | |
| * Version: 0.0.1 | |
| * Author: WP Zinc | |
| * Author URI: http://www.wpzinc.com | |
| * Description: Define a custom image for a status programmatically | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Adds a title attribute to iframe oembeds | |
| * | |
| * @since 1.0.0 | |
| * | |
| * @param string $html HTML | |
| * @param string $url URL to embed | |
| * @param array $attributes HTML Attributes | |
| * @param int $post_id Post ID |
NewerOlder