How to add element to RevoComposer
In case of you want to add some elements to RevoComposer, you can use our filters in your Child Theme. Simply add this code to your child theme’s function.php function my_revocomposer_elements($elements){ $myelements = array(); $myelements[] = array( "name" => "Awesome Shortcode",//name it "desc" => 'Some description',//add description "id" => "build_my_element", //build_ preposition is required! "type" =>