Changeset 2161432
- Timestamp:
- 09/23/2019 01:08:06 PM (6 years ago)
- Location:
- custom-url-to-featured-image/trunk
- Files:
-
- 2 edited
-
admin/class-cust-li-fi-admin.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-url-to-featured-image/trunk/admin/class-cust-li-fi-admin.php
r2117864 r2161432 15 15 function cust_li_fi_meta_box($post) { 16 16 17 //$screens = array( 'post', 'page' ); 18 $screens = get_post_types(); 19 20 foreach ( $screens as $screen ) { 17 $screens = array( 'page' ); 18 foreach ( $screens as $screen ) { 21 19 add_meta_box( 22 20 'custom_url_image', -
custom-url-to-featured-image/trunk/readme.txt
r2120736 r2161432 12 12 == Description == 13 13 14 Featured Image Custom Link plugin is useful to add custom link to featured image of single p ost/page which automatically displays in front.14 Featured Image Custom Link plugin is useful to add custom link to featured image of single page which automatically displays in front. 15 15 16 16 No coding required. … … 18 18 Compatible with classic editor. 19 19 20 Simply download Custom Url to Featured Image plugin, activate it, and begin adding custom link to featured image into your p osts and pages today.20 Simply download Custom Url to Featured Image plugin, activate it, and begin adding custom link to featured image into your pages today. 21 21 22 22 = Get Involved =
Note: See TracChangeset
for help on using the changeset viewer.