Allow CSS Files Upload
Allowing to upload CSS file into media folder for custom special integration such as booking search…
Post-States
add_filter( 'display_post_states', 'bu_style_post_state_bricks', 15, 2 ); function bu_style_post_state_bricks ($post_states, $post) { if( isset( $post_states['bricks'] ) )…
code at the end of the body tag
Hello, I need to include the following code at the end of the body tag of…
code at the end of the body tag
Hello, I need to include the following code at the end of the body tag of…
Add a single Order export field with all Shipping address details
function custom_woo_ce_extend_order_fields( $fields ) { $fields[] = array( 'name' => 'shipping_address_full', 'label' => 'Shipping: All details',…
Use the Variation Name instead of Slug within the Product Name detail of Product exports
function custom_woo_ce_get_product_title_attribute_formatting( $format = 'slug', $post_id ) { // Set the format to Attribute Title $format…
JP_Wp_Snippets
All different snippets I have been using
create_folder_and_upload_file
Creating a folder directly inside the WordPress Media Library through code requires understanding that the WordPress…
Disable WP Texturize
// Disable curly quotes remove_filter( 'the_content', 'wptexturize' );
Remove image link from media uploads
Older versions of WordPress automatically linked the image to the media file.
WC Vendors Activate All Inactive Vendors
Activates all inactive Vendor Stores in a WC Vendors Marketplace. NOTE: To be ran once.
Custom Plugin for WPForms
WPForms custom template generator.
Convert Uploaded Images to WebP Format Automatically
Automatically convert uploaded images to WebP format.