Hi there. I’m facing the same problem. It’s probably not the best way to fix it, but decreasing the priority of after_setup_themehook in ot-loader.php is somehow fixed my problem.
ot-loader.php – line 51:
public function __construct() {
/* load languages */
$this->load_languages();
/* load OptionTree */
/* Priority was 1 but I changed it to 11. It doesn't work priority below 10. Go figure out! */
add_action( 'after_setup_theme', array( $this, 'load_option_tree' ), 11 );
}
Your url isn’t valid. You must provide post id with GET parameter.
example.com/<api-path>/get_post/?id=12271&dev=1