Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QUESTION Hot to get theme url on plugin code?
#4
most theme_functions output directly, that is what the echo = true argument is for

echo "My theme url is " . get_theme_url(false) . "!";

or

PHP Code:
$some get_theme_url(false);
echo 
"My theme url is: " $some " ! "

or just

Code:
My theme url is <?php get_theme_url(); ?> !
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply


Messages In This Thread
Hot to get theme url on plugin code? - by bakal - 2015-09-09, 01:45:48
RE: Hot to get theme url on plugin code? - by shawn_a - 2015-09-09, 02:28:30



Users browsing this thread: 1 Guest(s)