Changeset 2162657
- Timestamp:
- 09/25/2019 05:16:07 AM (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
r2161432 r2162657 15 15 function cust_li_fi_meta_box($post) { 16 16 17 $screens = array( 'page' ); 18 foreach ( $screens as $screen ) { 17 //$screens = array( 'post', 'page' ); 18 $screens = get_post_types(); 19 20 foreach ( $screens as $screen ) { 19 21 add_meta_box( 20 22 'custom_url_image', -
custom-url-to-featured-image/trunk/readme.txt
r2161432 r2162657 12 12 == Description == 13 13 14 Featured Image Custom Link plugin is useful to add custom link to featured image of single p age which automatically displays in front.14 Featured Image Custom Link plugin is useful to add custom link to featured image of single post/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 ages today.20 Simply download Custom Url to Featured Image plugin, activate it, and begin adding custom link to featured image into your posts and pages today. 21 21 22 22 = Get Involved =
Note: See TracChangeset
for help on using the changeset viewer.