Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    *Looks*

    That’s weird. The 10 video limit is arbitrary and you can remove it very simply.

    Try this: open up the file pt-page-featured-video.php in plugins/replace-featured-image-with-video/ and comment out lines 25 through 29.

    Then those lines will look like this.

    //	if (fv_check_postcount() > 10) {
    //		$reg = new PLicenseFV();
    //		if (!$reg->valid)
    //			fv_do_licensing_page();
    //	}

    The 10 limit count is arbitrary and can be bypassed in the file with just a simple edit.

    Thread Starter alexiacost

    (@alexiacost)

    Worked like a charm! Thank you for the concise, step by step help

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    You’re welcome. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Get License Key’ is closed to new replies.