3
1
Back

Customizer parameters. /* [Hidden] */ // Four hole threshold (HP h_margin = hole_dist_side + thickness; col_left = h_margin; working_height = height - v_margin*2 - title_font_size; working_increment = working_height / 5; row_1 = bottom_row + v_margin + 12; //knob_radius top_row = height - v_margin; working_increment = working_height / (8+tolerance/3); // generally-useful spacing amount for vertical columns of stuff col_left = thickness + 9.5/2 + tolerance*2; //three knobs plus space between them right_panel_width = 12; // [1:1:84] /* [Holes] */ // $host->add_hook($host::HOOK_ARTICLE_FILTER, $this); $host->add_hook($host::HOOK_RENDER_ARTICLE_CDM, $this); $host->add_hook($host::HOOK_RENDER_ARTICLE, $this); } function hook_render_article($article) .

New Pull Request