[wp-trac] [WordPress Trac] #34387: New function: `the_theme_mod()`
WordPress Trac
noreply at wordpress.org
Wed Oct 21 11:15:08 UTC 2015
#34387: New function: `the_theme_mod()`
------------------------------+-----------------------------
Reporter: sebastian.pisula | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Themes | Version:
Severity: normal | Keywords:
Focuses: |
------------------------------+-----------------------------
For example:
{{{
<img src="<?php the_theme_mod( 'logo' ); ?>" alt=""/>
}}}
OR
{{{
<div><?php the_theme_mod( 'copyright_text' ); ?></div>
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/34387>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list