Forums

[Plugin: Customize Meta Widget] renaming "meta" (3 posts)

  1. booleanlife
    Member
    Posted 2 years ago #

    really good plugin...
    I'm wondering if the "Meta" can be renamed to something else. that would give this a 5* rating.

    http://wordpress.org/extend/plugins/customize-meta-widget/

  2. Jehy
    Member
    Posted 2 years ago #

    Yeah, of cause.
    Open customize-meta-widget.php

    On line 26, instead of
    $title = empty($options['title']) ? __('Meta') : apply_filters('widget_title', $options['title']);
    write
    $title='My own title';

    I don't think I will update plugin in nearest time so your update won't be erased. You can edit all other options in plugin code.

  3. aly22
    Member
    Posted 1 year ago #

    Changing line 26 breaks the plugin/widget
    Please verify whether this replaces the entirety of line 26?
    Thank u.

Topic Closed

This topic has been closed to new replies.

About this Topic