Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ranjitbeg2009

    (@ranjitbeg2009)

    I am solved this by adding

    function load_my_page_slug( ) {
    add_screen_option(‘layout_columns’, array(‘max’ => 2, ‘default’ => 2) );

    }

    this method in my class.

    Hi Ranjit,

    I am Kiran, using “Admin Page Framework” for one of my project.
    I am able to add admin section form using the tutorial, and then i am unable to process those form values in back-end.

    If you find time please help me in this regard.
    Hope you have lot of knowledge in this.

    Thanks in advance.

    Kiran

    Thread Starter ranjitbeg2009

    (@ranjitbeg2009)

    use validation hooks of admin page framework

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change page layout from screen options’ is closed to new replies.