• Resolved federicoz

    (@federicoz)


    Hi Tobias,

    I have a problem with plugin “DK PDF Generator” from backend: the table is unformatted.

    For backend I have put a short code in functions.php:
    <?php
    function run_tablepress_shortcodes_in_admin() {
    if ( is_admin() ) {
    TablePress::$model_options = TablePress::load_model( ‘options’ );
    TablePress::$model_table = TablePress::load_model( ‘table’ );
    $GLOBALS[‘tablepress_frontend_controller’] = TablePress::load_controller( ‘frontend’ );
    }
    }
    add_action( ‘tablepress_run’, ‘run_tablepress_shortcodes_in_admin’ );
    ?>

    Can you help me?

    Thank you,
    Federico

    The page I need help with: [log in to see the link]

Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Tablepress and DK PDF Generator (from backend)’ is closed to new replies.