Try with change line to date('d-m-Y',strtotime($current_user->delivery_date)) ;
function delivery_date( $atts ) {
global $current_user, $user_login;
get_currentuserinfo();
add_filter('widget_text', 'do_shortcode');
if ($user_login)
return date('d-m-Y',strtotime($current_user->delivery_date)) ;
}
add_shortcode( 'delivery_date', 'delivery_date' );
echo do_shortcode('[delivery_date]');
Related Posts:
- Calling PHP Titles inside Javascript Markup
- do_shortcode with custom field
- How to manually change current date to post date in frontend?
- How to Reference/Echo Variable from Another PHP Function
- Remove echo from shortcode
- Replace shortcode in substring
- Shortcode to show the code
- Shortcode returns values in the wrong order
- Get URL from shortcode tag
- Embedding PHP in shortcode $content
- Shortcode with PHP issue “Undefined index”
- Excecuting php function in shortcode
- Only first shortcode gets executed
- Multiple do_shortcode in page template
- Convert WordPress date format to jQuery UI Datepicker format
- Returning data instead of echoing/printing
- Converting Y-m-d to a date with a Month name? [closed]
- echo something inside a shortcode
- displaying content that includes shortcodes within an echo
- List taxonomy term slugs within shortcode (do_shortcode)
- Shortcode from a function not working
- Display Data in Table from External Database in WP using Shortcodes
- get_posts works in the page template but not in a shortcode
- Is it possible to return content, and then also continue to do other things?
- ::before on open/close function [closed]
- anyway to put inside a $outprint=sprintf()
- Is There A Way To Make Theme Files Accept Shortcodes?
- How can I include shortcodes within PHP?
- Is it possible to define variables in a wordpress shortcode, and then call the shortcode using a specific variable?
- Create a WordPress shortcode using PHP [duplicate]
- do_action(), iFrame Gets Displayed Despite Password Protection [closed]
- $wpdb returns duplicate posts
- Creating WordPress Shortcode with Variable
- Catchable fatal error: Object of class stdClass could not be converted to string
- Syntax error in a shortcode function
- Using Shortcode to Grab Archive Listing, Separate by Year
- Capitalize Shortcode Value on Output
- How would I use this filter to change the output of the date format to “Twitter time”?
- Shortcode to find and replace URL
- Why is my str_replace not working on short code submitted by front-end?
- Could use some help with Shortcodes
- How to put a form with php code into a variable or shortcode?
- Unable to process php via shortcode
- Help with WordPress function inside a shortcode
- calling a custom field value inside functions.php
- Using ob_start and ob_get_clean with wordpress shortcode
- How to get User Time Zone in WordPress?
- Short code template + ajax
- WordPress shortcode returns the data before
- List all blogs, but exclude the main site
- Shortcode to embed Edit Account form not working
- Shortcode not staying inside div tag
- Line breaks inside shortcode variable
- Handling PHP/HTML inside the output of a shortcode function
- Shortcode for Listing Users from Meta Value?
- Cant display an image via PHP in wordpress
- Shortcode to pull posts
- PHP code inside Shortcode
- Need to Modify a WordPress Shortcode with another wordpress shortcode
- Help Fallback (thumbnail)
- How to return a string that has a jQuery and Ajax inside in a shortcode?
- Function sanitize_title() does not appear to be working
- Shortcode to log user into current URL
- Shortcode function doesnt work without caption
- Action Hook Inside WordPress Plugin Shortcode
- How can I include the user id inside of a shortcode php output?
- Split shortcodes to array of shortcodes
- Shortcodes showing in excerpt despite using strip_shortcodes
- PHP error with a shortcode: “no suitable wrapper” for file_get_contents
- PHP Helper Class to create shortcodes
- How to make a conditional statement within $output in shortcodes.php?
- help with custom shortcode that stopped working
- Create special button on WP Tiny MCE Posts Editor for Shortcodes
- Change Spaces to Dashes?
- Shortcode for a Series of Elevating Image Files, Excluding a Range?
- Shortcode won’t execute
- How to get my [shortcode] rendered on the home page, other pages are fine
- Including Custom fields within the_content
- Using php inside javascript [closed]
- What is the difference between Null vs Empty (Zero Length) string?
- Shortcode displaying at the top of the page [duplicate]
- AJAX function not working [closed]
- Get date function not working
- Can ‘Custom Field’ data be inserted into this Short Code?
- MySQL Query Returns Array () In Shortcode
- how to get sentence values from wordpress shortcode parameter?
- Why wp_remote_get() fetches certain web pages while it doesn’t work for my localhost?
- Show Featured Image Dimensions and size frontend with shortcode
- Is there way to toggle the publish date display?
- How to exclude labels from certain categories in a shortcode?
- How to work Woocommerce pagination inside shortcode?
- How to get woocommerce orders with get_posts method in a shortcode
- Updating Metadata with Shortcode
- Counting number of posts in multiple (sub)categories using shortcode
- Set document title through shortcode plugin
- using shortcodes inside gravity forms
- If Post Published Date or Modified Date is 1 Year or Older, Display Notice on Post Page
- How to Create custom block for displaying information in content section which act like shortcode
- Trying to call dynamic content into a 3rd party shortcode
- Display logged in user name and lastname on page