Follow us on

Codestar Support Forum » WordPress Plugins » Codestar Framework

Issue of missing methods in CSF_Abstract class

  1. Location:codestar-framework\classes\abstract.class.php

    $meta_value  = $this->get_meta_value($combine_field);
    $meta_value  = $this->get_meta_value($field);CopyCopied!

    I can't seem to find the get_meta_value method in the CSF_Abstract class

    Posted 2 years ago #

  2. Codestar
    Admin

    Hi,

    I am using CSF_Abstract class for Options, Metabox, Customize etc. For eg. get_meta_value stay on class CSF_Metabox extends CSF_Abstract

    Shortly, you can find it from codestar-framework/classes/metabox-options.class.php#Line160

    No worry there is no issue for output css. But If you found any issue show me

    Regards, Codestar

    Posted 2 years ago #
  3. Posted 2 years ago #

  4. Codestar
    Admin

    Posted 2 years ago #