[Plugin: WP-Table Reloaded] Automating table import
-
Hi,
I use a Perl script to post to WordPress. I really want to use WP-Table-Reloaded but I wonder if it’s possible to import a HTML table into the database and get the table ID using a function.
By that I mean:
sub GetTableShortCode{
my ($html)=@_;
…
return $tableShortCode;
}sub main{
my $html = # this contains the entire table
my $Shortcode=GetTableShortCode(“$html”);
}and then I post something using the table short code..
Can I use wp-table-reloaded programatically?
https://www.ads-software.com/extend/plugins/wp-table-reloaded/
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[Plugin: WP-Table Reloaded] Automating table import’ is closed to new replies.