Thread Starter
rlg
(@rlg)
Update 2: I have updated to wp version 3.8.1 and disabled all other plugins yet still have the same issues.
Thread Starter
rlg
(@rlg)
Update: It also seems to be happening on iphone – like Android it gets worse as more comments are added.
Hi Juliette,
I did not download from github, but copied your code from the pastebin link above.
Anyway, thank you for your kindess and swift response, the mod worked like a charm! I was trying to do something like above, but had the incorrect syntax, thanks for teaching me something new.
Can I get an example of using:
class_object_variable_name, method_name
The add filter line for the Send to Kindle Plugin looks like this:
add_filter( ‘the_content’, array( $this, ‘attach_to_content’ ) );
I cannot get it to work.