Changeset 2117859
- Timestamp:
- 07/05/2019 05:37:20 AM (6 years ago)
- Location:
- custom-url-to-featured-image/trunk
- Files:
-
- 3 edited
-
admin/class-cust-li-fi-admin.php (modified) (1 diff)
-
custom-url-to-featured-image.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
r2096258 r2117859 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( 'post', 'page' ); 18 19 foreach ( $screens as $screen ) { 21 20 add_meta_box( 22 21 'custom_url_image', -
custom-url-to-featured-image/trunk/custom-url-to-featured-image.php
r2066992 r2117859 5 5 Description: Featured Image Custom Link plugin is useful to add custom link to featured image of single post/page/custom post type which automatically links to image in front. 6 6 Version: 1.1.0 7 Author: Mitali, Viitorcloud7 Author: ViitorCloud, Mitali 8 8 Author URI:https://viitorcloud.com/ 9 9 */ -
custom-url-to-featured-image/trunk/readme.txt
r2111241 r2117859 1 1 === Featured Image Custom Link === 2 Contributors: mitalideva, viitorcloudvc2 Contributors: viitorcloudvc, mitalideva 3 3 Donate link: https://viitorcloud.com/donate 4 Tags: Featured Image Custom Link, Custom Url to Featured Image,Custom Link, External Link, External Link to Featured Image, Custom link to Post Image, Custom link to Page Image, Custom link to custom post Image 4 Tags: Featured Image Custom Link, Custom Url to Featured Image,Custom Link, External Link, External Link to Featured Image, Custom link to Post Image, Custom link to Page Image, Custom link to custom post Image, Gutenberg editor support 5 5 Requires at least: 3.8 6 6 Tested up to: 5.2.2 … … 12 12 == Description == 13 13 14 Featured Image Custom Link plugin is useful to add custom link to featured image of single post/page /custom post typewhich 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. 17 17 18 Compatible with gutenberg editor and classic editor.18 Compatible with classic editor. 19 19 20 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.
Note: See TracChangeset
for help on using the changeset viewer.