Plugin Directory

Changeset 2117859


Ignore:
Timestamp:
07/05/2019 05:37:20 AM (6 years ago)
Author:
mitalideva
Message:

Readme text changes

Location:
custom-url-to-featured-image/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • custom-url-to-featured-image/trunk/admin/class-cust-li-fi-admin.php

    r2096258 r2117859  
    1515     function cust_li_fi_meta_box($post) {
    1616
    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 ) {
    2120        add_meta_box(
    2221            'custom_url_image',
  • custom-url-to-featured-image/trunk/custom-url-to-featured-image.php

    r2066992 r2117859  
    55Description: 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.
    66Version: 1.1.0
    7 Author: Mitali, Viitorcloud
     7Author: ViitorCloud, Mitali
    88Author URI:https://viitorcloud.com/
    99*/   
  • custom-url-to-featured-image/trunk/readme.txt

    r2111241 r2117859  
    11=== Featured Image Custom Link ===
    2 Contributors: mitalideva, viitorcloudvc
     2Contributors: viitorcloudvc, mitalideva
    33Donate 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
     4Tags: 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
    55Requires at least: 3.8
    66Tested up to: 5.2.2
     
    1212== Description ==
    1313
    14 Featured Image Custom Link plugin is useful to add custom link to featured image of single post/page/custom post type which automatically displays in front.
     14Featured Image Custom Link plugin is useful to add custom link to featured image of single post/page which automatically displays in front.
    1515
    1616No coding required.
    1717
    18 Compatible with gutenberg editor and classic editor.
     18Compatible with classic editor.
    1919
    2020Simply 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.