ID, '_amcharts_resources', true ); // get available resources $settings = get_option( 'amcharts_options', amcharts_get_defaults() ); // get libs $libs = amcharts_split_libs( $settings['resources'] ); $libs = array_merge( $libs, amcharts_split_libs( $settings['custom_resources'] ) ); // new? if ( amcharts_is_new_post() && ! empty( $_GET['chart_type'] ) ) { $post_resources = $settings['chart_types'][$_GET['chart_type']]['default_resources']; } ?>

ID, '_amcharts_html', true ); // get settings $settings = get_option( 'amcharts_options', amcharts_get_defaults() ); // new? if ( amcharts_is_new_post() && ! empty( $_GET['chart_type'] ) ) { $html = $settings['chart_types'][$_GET['chart_type']]['default_html']; } ?>

$CHART$ in place of the chart IDs or variables. It will be replaced with the proper, safe and unique chart ID when generating the page', 'amcharts' ); ?>

ID, '_amcharts_javascript', true ); // get available resources $settings = get_option( 'amcharts_options', amcharts_get_defaults() ); // new? if ( amcharts_is_new_post() && ! empty( $_GET['chart_type'] ) ) { $javascript = $settings['chart_types'][$_GET['chart_type']]['default_javascript']; } ?>

$CHART$ in place of the chart IDs or variables. It will be replaced with the proper, safe and unique chart ID when generating the page', 'amcharts' ); ?>

ID, '_amcharts_slug', true ); if ( '' == $slug ) $slug = amcharts_generate_slug(); } ?>

'amchart', 'posts_per_page' => 20, //'suppress_filters' => false ); if ( '' != $_POST['query'] ) { $query['s'] = $_POST['query']; ?>